home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / novtli / novtest.dfm / novtest.txt
Text File  |  1996-04-08  |  5KB  |  253 lines

  1. object Form1: TForm1
  2.   Left = 1
  3.   Top = 3
  4.   BorderStyle = bsDialog
  5.   Caption = 
  6.     'Novell Transport Layer Interface Component testing (Delphi Versi' +
  7.     'on)'
  8.   ClientHeight = 450
  9.   ClientWidth = 630
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   OnCreate = FormCreate
  16.   TextHeight = 16
  17.   object Label2: TLabel
  18.     Left = 15
  19.     Top = 204
  20.     Width = 30
  21.     Height = 16
  22.     Caption = 'Port:'
  23.   end
  24.   object Label5: TLabel
  25.     Left = 143
  26.     Top = 204
  27.     Width = 86
  28.     Height = 16
  29.     Caption = 'Data to send:'
  30.   end
  31.   object NovTLI1: TNovTLI
  32.     Left = 560
  33.     Top = 72
  34.     Width = 32
  35.     Height = 32
  36.     Port = 0
  37.     OnDataAvailable = NovTLI1DataAvailable
  38.     OnSessionClosed = NovTLI1SessionClosed
  39.     OnSessionAvailable = NovTLI1SessionAvailable
  40.     OnSessionConnected = NovTLI1SessionConnected
  41.   end
  42.   object Connect: TButton
  43.     Left = 8
  44.     Top = 8
  45.     Width = 81
  46.     Height = 33
  47.     Hint = 'Connect to the '#39'listening'#39' server'
  48.     Caption = 'Connect'
  49.     ParentShowHint = False
  50.     ShowHint = True
  51.     TabOrder = 3
  52.     OnClick = ConnectClick
  53.   end
  54.   object SendData: TButton
  55.     Left = 96
  56.     Top = 8
  57.     Width = 89
  58.     Height = 33
  59.     Hint = 'Send data to the server'
  60.     Caption = 'Send Data'
  61.     ParentShowHint = False
  62.     ShowHint = True
  63.     TabOrder = 4
  64.     OnClick = SendDataClick
  65.   end
  66.   object Listen: TButton
  67.     Left = 192
  68.     Top = 8
  69.     Width = 73
  70.     Height = 33
  71.     Hint = 'Establish a server environment and listen for client requests'
  72.     Caption = 'Listen'
  73.     ParentShowHint = False
  74.     ShowHint = True
  75.     TabOrder = 5
  76.     OnClick = ListenClick
  77.   end
  78.   object Close: TButton
  79.     Left = 272
  80.     Top = 8
  81.     Width = 65
  82.     Height = 33
  83.     Hint = 'Close the connection'
  84.     Caption = 'Close'
  85.     ParentShowHint = False
  86.     ShowHint = True
  87.     TabOrder = 6
  88.     OnClick = CloseClick
  89.   end
  90.   object Disconnect: TButton
  91.     Left = 344
  92.     Top = 8
  93.     Width = 105
  94.     Height = 33
  95.     Hint = 'Send a disconnect request to the partner'
  96.     Caption = 'Disconnect'
  97.     ParentShowHint = False
  98.     ShowHint = True
  99.     TabOrder = 7
  100.     OnClick = DisconnectClick
  101.   end
  102.   object CancelListen: TButton
  103.     Left = 456
  104.     Top = 8
  105.     Width = 105
  106.     Height = 33
  107.     Hint = 'Close the server connection and cancel client requests'
  108.     Caption = 'Cancel Listen'
  109.     ParentShowHint = False
  110.     ShowHint = True
  111.     TabOrder = 8
  112.     OnClick = CancelListenClick
  113.   end
  114.   object AddrOptions: TGroupBox
  115.     Left = 8
  116.     Top = 56
  117.     Width = 177
  118.     Height = 129
  119.     Caption = 'Addressing Options'
  120.     TabOrder = 9
  121.     object UseServerName: TRadioButton
  122.       Left = 16
  123.       Top = 32
  124.       Width = 145
  125.       Height = 25
  126.       Caption = 'Use ServerName'
  127.       ParentShowHint = False
  128.       ShowHint = True
  129.       TabOrder = 0
  130.       OnClick = UseServerNameClick
  131.     end
  132.     object UsePhysicalAddr: TRadioButton
  133.       Left = 16
  134.       Top = 72
  135.       Width = 153
  136.       Height = 25
  137.       Hint = 'Use the Physical addressing mechanisms instead of the ServerName'
  138.       Caption = 'Use Physical Addr'
  139.       ParentShowHint = False
  140.       ShowHint = True
  141.       TabOrder = 1
  142.       OnClick = UsePhysicalAddrClick
  143.     end
  144.   end
  145.   object Port: TEdit
  146.     Left = 63
  147.     Top = 200
  148.     Width = 65
  149.     Height = 25
  150.     ParentShowHint = False
  151.     ShowHint = True
  152.     TabOrder = 1
  153.   end
  154.   object Edit1: TEdit
  155.     Left = 239
  156.     Top = 200
  157.     Width = 377
  158.     Height = 25
  159.     Hint = 'Data to send to partner'
  160.     MaxLength = 255
  161.     ParentShowHint = False
  162.     ShowHint = True
  163.     TabOrder = 2
  164.     Text = 'The Quick Brown Fox Jumped Over The Lazy Dog 0123456789 Times'
  165.   end
  166.   object Memo1: TMemo
  167.     Left = 16
  168.     Top = 240
  169.     Width = 601
  170.     Height = 201
  171.     Hint = 'Output area'
  172.     ParentShowHint = False
  173.     ShowHint = True
  174.     TabOrder = 10
  175.   end
  176.   object NetNode: TGroupBox
  177.     Left = 200
  178.     Top = 128
  179.     Width = 417
  180.     Height = 57
  181.     Caption = 'Physical Addressing'
  182.     TabOrder = 11
  183.     object LabelNet: TLabel
  184.       Left = 8
  185.       Top = 24
  186.       Width = 26
  187.       Height = 16
  188.       Caption = 'Net:'
  189.     end
  190.     object LabelNode: TLabel
  191.       Left = 200
  192.       Top = 24
  193.       Width = 38
  194.       Height = 16
  195.       Caption = 'Node:'
  196.     end
  197.     object AddrNet: TEdit
  198.       Left = 40
  199.       Top = 20
  200.       Width = 145
  201.       Height = 25
  202.       MaxLength = 8
  203.       ParentShowHint = False
  204.       ShowHint = True
  205.       TabOrder = 0
  206.     end
  207.     object AddrNode: TEdit
  208.       Left = 248
  209.       Top = 20
  210.       Width = 153
  211.       Height = 25
  212.       MaxLength = 12
  213.       ParentShowHint = False
  214.       ShowHint = True
  215.       TabOrder = 1
  216.     end
  217.   end
  218.   object GroupBox1: TGroupBox
  219.     Left = 200
  220.     Top = 56
  221.     Width = 417
  222.     Height = 65
  223.     Caption = 'Service Advertising Protocol (SAP)'
  224.     TabOrder = 12
  225.     object LabelServerName: TLabel
  226.       Left = 48
  227.       Top = 29
  228.       Width = 89
  229.       Height = 16
  230.       Caption = 'Server Name:'
  231.     end
  232.     object ServerName: TEdit
  233.       Left = 144
  234.       Top = 25
  235.       Width = 153
  236.       Height = 25
  237.       MaxLength = 8
  238.       ParentShowHint = False
  239.       ShowHint = True
  240.       TabOrder = 0
  241.     end
  242.   end
  243.   object HelpButton: TButton
  244.     Left = 568
  245.     Top = 8
  246.     Width = 49
  247.     Height = 33
  248.     Caption = 'Help'
  249.     TabOrder = 13
  250.     OnClick = HelpButtonClick
  251.   end
  252. end
  253.